/* <===========================CSS General===========================> */

/* <===========================CSS Header===========================> */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.7);
  transition: background-color 0.3s;
}

.header #gradient-square {
  height: 80px;
  width: 80px;
  background: linear-gradient(
    110deg,
    rgba(28, 49, 154, 1) 0%,
    rgba(63, 39, 174, 1) 28%,
    rgba(129, 79, 206, 1) 56%,
    rgba(166, 9, 235, 1) 83%
  );
}

.header a {
  color: white;
}

.header .nav-item {
  padding-left: 5vw;
}

.header #navbarSupportedContent {
  padding-right: 8vw;
}

.header .header-logo-img {
  height: 1.5em;
}

/* <===========================CSS Body=============================> */

body {
  width: 100vw;

  background: linear-gradient(
    90deg,
    rgba(25, 5, 61, 1) 0%,
    rgba(12, 0, 30, 1) 135%
  );

  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(
      circle at 1% 30%,
      rgb(148, 112, 219),
      transparent 10%
    ),
    radial-gradient(circle at 1% 130%, rgb(148, 112, 219), transparent 10%),
    radial-gradient(circle at 50% 50%, rgba(108, 81, 115, 0.5), transparent 20%);

  pointer-events: none;
  /* Đảm bảo không ảnh hưởng đến các tương tác người dùng */
  z-index: -1;
}

.body {
  width: 100%;
}

.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* <======================CSS Main Menu===================> */
.body #home-area {
  height: 100vh;
  width: 100vw;
}

.body #home-area #text-main-menu {
  position: relative;
  left: -10vw;
  padding-top: 10vh;
}

.body #home-area .body-text1 {
  font-size: 400px;
  color: white;

  font-family: "Bebas Neue", sans-serif;
}

.body #home-area .body-text2 {
  font-size: 230px;
  color: #c101fb;
  margin-top: -10vh;

  font-family: "Bebas Neue", sans-serif;
}

.body #home-area .col-6 {
  width: 50%;
}

.body #home-area #img-main-menu {
  padding-top: 8vh;
}

.body #home-area #img-main-menu .body-img1 {
  height: 90vh;
}

/* <======================CSS Our Project===================> */

.body #project-area {
  display: flex;
  height: 100vh;
}

.body #project-area #left-project {
  padding-top: 20vh;
}

.body #project-area #left-project #banner-our-project {
  font-size: 70px;
  font-family: "Bebas Neue", sans-serif;
  margin-left: -1vw;
}

.body #project-area #our-project-img {
  width: 35vw;
  padding-top: 10vh;
}

.body #our-project-banner-num {
  color: white;
  font-size: 1em;
  font-weight: 800;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  align-content: center;
  background-image: linear-gradient(
    110deg,
    rgba(28, 49, 154, 1) 0%,
    rgba(63, 39, 174, 1) 28%,
    rgba(129, 79, 206, 1) 56%,
    rgba(166, 9, 235, 1) 83%
  );
}

/* <======================CSS About Us===================> */

.body #banner-about {
  font-size: 4rem;
}

.body #about-content-container {
  padding-top: 15vh;
}

.body #about-content-container #about-small-banner {
  font-size: 2rem;
  color: #b227ee;
  font-family: "Bebas Neue", sans-serif;
}

.body #about-content-container #banner-about {
  font-size: 70px;
 font-family: "Bebas Neue", sans-serif;
}

.body #about-area #about-img {
  width: auto;
  height: 120vh;
  position: relative;
  top: 2vw;
  left: -15vw;
  clip-path: polygon(0 29%, 33% 5%, 76% 5%, 100% 22%, 100% 56%, 59% 77%, 0 77%);
}

.body #about-area #about-small-banner {
  font-size: 28px;
  color: #c101fb;
}

/* <======================CSS Tech===================> */
.body #tech-area {
  height: 100vh;
}

.body #technology-banner {
  color: #b227ee;
  font-size: 70px;
  font-family: "Bebas Neue", sans-serif;
}

.body .technology-body-container {
  display: flex;
  padding-top: 10vh;
  flex-direction: column;
  align-items: center;
  height: 100vh;
}

.body #technology-img-container img {
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}

.body .technology-body-container .row {
  padding-top: 5vh;
}

.body .technology-body-container #button-learn-more {
  width: 13vw;
  height: 7vh;
  font-size: 1.5em;
  font-weight: 800;
  background: rgb(2, 0, 36);
  background: linear-gradient(
    110deg,
    rgba(28, 49, 154, 1) 0%,
    rgba(63, 39, 174, 1) 28%,
    rgba(129, 79, 206, 1) 56%,
    rgba(166, 9, 235, 1) 83%
  );
  color: white;
}

.body .technology-body-container #techonology-txt {
  color: white;
  padding: 5vh 10vw 0 10vw;
}

.body #technology-img-container .line {
  position: absolute;

  margin-top: 4rem;
  left: 0;
  right: 0;

  height: 10vh;

  background: linear-gradient(
    90deg,
    rgba(54, 16, 204, 1) 18%,
    rgba(89, 36, 189, 1) 42%,
    rgba(193, 1, 251, 1) 69%
  );

  z-index: -1;
}

.body #technology-img-container #technology-img1 {
  margin-left: 2.5vw;
}

.body #technology-img-container #technology-img3 {
  margin-left: -2.5vw;
}

/* <======================CSS Vision===================> */
.body #vision-area {
  height: 100vh;
}

.body #vision-container #banner-our-vision {
  font-family: "Bebas Neue", sans-serif;
  font-size: 70px;
}

.body #our-vision-banner-num {
  color: white;
  font-size: 1em;
  font-weight: 800;
  width: 50px;
  height: 50px !important;
  display: inline-block;
  text-align: center;
  align-content: center;

  background-image: linear-gradient(
    110deg,
    rgba(28, 49, 154, 1) 0%,
    rgba(63, 39, 174, 1) 28%,
    rgba(129, 79, 206, 1) 56%,
    rgba(166, 9, 235, 1) 83%
  );

  height: 15%;
}

.body #vision-container {
  padding-left: 5vw;
  padding-top: 24vh;
}

.body #our-vision-img1 {
  margin-left: -15vw;
}

/* <======================CSS Mission===================> */
.body #mission-area {
  height: 100vh;
}

.body #mission-area #banner-our-project {
  font-size: 70px;
  font-family: "Bebas Neue", sans-serif;
}

.body #mission-area #our-mission-img {
  margin-top: 15vh;
  clip-path: polygon(0% 99%, 0 62%, 33% 0, 83% 0, 100% 69%, 73% 100%);
}

/* <======================CSS Meet Our Tean===================> */
.body #team-area {
  height: 100vh;
}

.body #team-banner {
  color: #b227ee;
  font-size: 70px;
  font-family: "Bebas Neue", sans-serif;
}

.body .team-body-container {
  display: flex;
  padding-top: 10vh;

  flex-direction: column;

  align-items: center;

  height: 100vh;
}

.body .team-body-container #team-img-container {
  padding-top: 10vh;
}

.body .team-body-container #team-img-container .img-fluid {
  width: 1080px;
  height: 300px;
  object-fit: cover;
  clip-path: polygon(0 26%, 64% 0, 100% 29%, 100% 100%, 0% 100%);
}

.body .team-body-container #team-name {
  color: white;
  display: flex;
  justify-content: center;

  font-weight: bold;

  padding: 10px;
  width: 100%;
  margin: 0 auto;
  background: rgb(2, 0, 36);
  background: linear-gradient(
    110deg,
    rgba(28, 49, 154, 1) 0%,
    rgba(63, 39, 174, 1) 28%,
    rgba(129, 79, 206, 1) 56%,
    rgba(166, 9, 235, 1) 83%
  );
}

/* <======================CSS Contact Us===================> */
.body #banner-contact {
  font-size: 70px;
  font-family: "Bebas Neue", sans-serif;
}

.body #contact-content-container {
  padding-top: 5vh;
}

.body #contact-content-container #contact-small-banner {
  font-size: 2rem;
  color: #b227ee;
}

.body #contact-img {
  width: 180%;
  position: relative;
  margin-top: 5vh;
  left: -20vw;

  clip-path: polygon(
    14% 99%,
    23% 44%,
    17% 46%,
    18% 23%,
    64% 0,
    78% 60%,
    69% 77%,
    70% 100%
  );
}

.body #contact-content-container {
  padding-top: 5vh;
  color: white;
}

.body #contact-content-container .material-symbols-outlined {
  color: black;
  border-radius: 50%;
  padding: 5px;
  border: 2px solid black;
  background: #b227ee;
}

.body #contact-content-container .contact-info-container {
  padding-top: 9vh;
}

.body #contact-container #contact-txt {
  margin-left: 0.5vw;
}
